home *** CD-ROM | disk | FTP | other *** search
/ 10 jaar 1990-2000 / 10 JAAR HVB.bin / data / 09-4 / D1.CMD < prev    next >
Encoding:
Text File  |  1986-11-22  |  1.9 KB  |  46 lines

  1. ;This is an Example of a script file.  The script file Record format is:
  2. ;Filename.FIG/Duration/Background_color/Palette
  3. ;  (Req.)     (Opt.)      (Opt.)         (Opt.)
  4. ; Filename = The name of the figure file to run.
  5. ; Duration = Number of seconds to run the figure.  If this is not specified the
  6. ;            default is 60 seconds.
  7. ; Background_color =  Is the backgroung color number to use.  If this is not
  8. ;                     specified KALED will use the bkground stored in the
  9. ;                     figure file.  There are 16 colors: 0=Black, 1=Blue,
  10. ;                     2=Green, 3=Cyan, 4=Red, 5=Magenta, 6=Brown, 7=White,
  11. ;                     8=Gray, 9=Light blue, 10=Light green, 11=Light Cyan,
  12. ;                     12=Light red, 14=Yellow, 15=Bright white
  13. ; Palette = The number of the pallette to use.  If this is not specified KALED
  14. ;           will use the palette stored in the figure file.  The palette
  15. ;           numbers are 0=(Bkgrnd,Green,Red,Brown) and 1=(Bkgrnd,Cyan,Magenta,
  16. ;           White)
  17.  
  18. ; The "/" is important as KALED uses it as a delimeter.
  19.  
  20. ; A semicolon may be used on a script line to cause KALED to ignore the rest of
  21. ;the line.  This allows you to put comments in your script.  Note: The
  22. ;semicolon must be in the first column if you are using the whole line as
  23. ;comments.
  24.  
  25. ; Blank lines can also be embeded in the file.  Make sure these lines contain
  26. ;no characters other than a <CR>.
  27.  
  28. ; These figures will use all the defaults.
  29. DEMO01.FIG
  30. DEMO22.FIG
  31. DEMO13.FIG
  32. DEMO12.FIG
  33.  
  34. ; But in these I'm mixing it up a little.
  35. DEMO01.FIG//0/0 ;Duration=default/Bkgrnd=0/Palette=0
  36. DEMO22.FIG/180  ;Duration=180/Bkgrnd=default/Palette=default
  37. DEMO13.FIG//0/1
  38. DEMO12.FIG/120/0/1
  39.  
  40. DEMO16.FIG
  41. DEMO20.FIG
  42.  
  43. ; Typing a "Q" while a figure is running will stop the script, otherwise the
  44. ;script will loop endlessly.  Typing any other key while a figure is running
  45. ;will stop current figure and get the next.
  46.